home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- puppetSound("mainsnd")
- put "MTG1: 3/8" & QUOTE & " x 1-9/16" & QUOTE & " long" into field "mainmounting"
- puppetTransition(47, 1, 8)
- set the puppet of sprite 10 to 0
- if char 1 of field "Tblcaste,CA_MOD" = "1" then
- if field "tblwheel,TG_OP" contains "TG2" then
- if field "tblcaste,DIAMETER" = "5" then
- if field "tblcaste,WHEELDES" contains "Performa" then
- play frame "1optiond"
- abort()
- end if
- else
- play frame "1optionb"
- abort()
- end if
- end if
- if field "tblwheel,TG_OP" contains "TG1" then
- play frame "1optionc"
- abort()
- end if
- if field "tblcaste,BRK_OP" contains "BRK3" then
- play frame "1optione"
- abort()
- end if
- play frame "1optiona"
- abort()
- end if
- end
-